home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / IconFileP.h.z / IconFileP.h
C/C++ Source or Header  |  2002-10-15  |  774b  |  38 lines

  1. /* $XConsortium: IconFileP.h /main/5 1995/07/15 20:51:48 drk $ */
  2. /*
  3.  * COPYRIGHT NOTICE
  4.  * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  * ALL RIGHTS RESERVED (MOTIF).  See the file named COPYRIGHT.MOTIF
  6.  * for the full copyright text.
  7.  * 
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmIconFileP_h
  13. #define _XmIconFileP_h
  14.  
  15. #include <Xm/IconFile.h>
  16. #include <Xm/XmosP.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22.  
  23. /********    Private Function Declarations for IconFile.c    ********/
  24.  
  25. extern void XmeFlushIconFileCache(String    path);
  26.  
  27. /********    End Private Function Declarations    ********/
  28.  
  29. #ifdef __cplusplus
  30. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  31. #endif
  32.  
  33. #endif /* _XmIconFile_h */
  34. /* DON'T ADD ANYTHING AFTER THIS #endif */
  35.  
  36.  
  37.  
  38.